home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / Demo / FMain.dfm / FMain.txt next >
Encoding:
Text File  |  2001-08-31  |  26.1 KB  |  1,059 lines

  1. object FrmMain: TFrmMain
  2.   Left = 332
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Shell Control Pack Demo'
  7.   ClientHeight = 291
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 427
  25.     Height = 291
  26.     ActivePage = WelcomeTsh
  27.     Align = alClient
  28.     MultiLine = True
  29.     TabOrder = 0
  30.     object WelcomeTsh: TTabSheet
  31.       Caption = 'Welcome'
  32.       object PaintBox1: TPaintBox
  33.         Left = 0
  34.         Top = 0
  35.         Width = 419
  36.         Height = 245
  37.         Align = alClient
  38.         OnPaint = PaintBox1Paint
  39.       end
  40.       object Label8: TLabel
  41.         Left = 106
  42.         Top = 14
  43.         Width = 210
  44.         Height = 19
  45.         Caption = 'Welcome to the Plasmatech'
  46.         Font.Color = clBlack
  47.         Font.Height = -16
  48.         Font.Name = 'Arial'
  49.         Font.Style = [fsBold]
  50.         ParentFont = False
  51.         Transparent = True
  52.       end
  53.       object Label1: TLabel
  54.         Left = 105
  55.         Top = 13
  56.         Width = 210
  57.         Height = 19
  58.         Caption = 'Welcome to the Plasmatech'
  59.         Font.Color = clAqua
  60.         Font.Height = -16
  61.         Font.Name = 'Arial'
  62.         Font.Style = [fsBold]
  63.         ParentFont = False
  64.         Transparent = True
  65.       end
  66.       object Label7: TLabel
  67.         Left = 39
  68.         Top = 33
  69.         Width = 345
  70.         Height = 34
  71.         Caption = 'Shell Control Pack Demo'
  72.         Font.Color = clBlack
  73.         Font.Height = -29
  74.         Font.Name = 'Arial'
  75.         Font.Style = [fsBold]
  76.         ParentFont = False
  77.         Transparent = True
  78.       end
  79.       object Label4: TLabel
  80.         Left = 37
  81.         Top = 31
  82.         Width = 345
  83.         Height = 34
  84.         Caption = 'Shell Control Pack Demo'
  85.         Font.Color = clYellow
  86.         Font.Height = -29
  87.         Font.Name = 'Arial'
  88.         Font.Style = [fsBold]
  89.         ParentFont = False
  90.         Transparent = True
  91.       end
  92.       object VersionTxt: TLabel
  93.         Left = 184
  94.         Top = 227
  95.         Width = 57
  96.         Height = 14
  97.         Caption = 'Version %s'
  98.         Font.Color = clBlack
  99.         Font.Height = -11
  100.         Font.Name = 'Arial'
  101.         Font.Style = []
  102.         ParentFont = False
  103.         Transparent = True
  104.       end
  105.       object Label6: TLabel
  106.         Left = 79
  107.         Top = 196
  108.         Width = 261
  109.         Height = 29
  110.         Alignment = taCenter
  111.         AutoSize = False
  112.         Caption = 
  113.           'Copyright '#169' 1996-2001 Plasmatech Software Design. All rights res' +
  114.           'erved.'
  115.         Transparent = True
  116.         WordWrap = True
  117.       end
  118.       object Panel1: TPanel
  119.         Left = 127
  120.         Top = 68
  121.         Width = 164
  122.         Height = 124
  123.         BevelOuter = bvNone
  124.         BorderStyle = bsSingle
  125.         Caption = 'Panel1'
  126.         Ctl3D = True
  127.         ParentCtl3D = False
  128.         TabOrder = 0
  129.         object PlasmaLogoImg: TImage
  130.           Left = 0
  131.           Top = 0
  132.           Width = 160
  133.           Height = 120
  134.           Align = alClient
  135.           AutoSize = True
  136.           Center = True
  137.           Picture.Data = {<image000.bmp>}
  138.           Stretch = True
  139.         end
  140.       end
  141.       object Button3: TButton
  142.         Left = 340
  143.         Top = 216
  144.         Width = 75
  145.         Height = 23
  146.         Hint = 'Click here to continue...'
  147.         Caption = '&Next >'
  148.         Default = True
  149.         TabOrder = 2
  150.         OnClick = OnNextBtnClick
  151.       end
  152.       object Button10: TButton
  153.         Left = 4
  154.         Top = 216
  155.         Width = 125
  156.         Height = 23
  157.         Hint = 'http://plasmatech.com'
  158.         Caption = '&Visit our Web site...'
  159.         TabOrder = 1
  160.         OnClick = Button10Click
  161.       end
  162.     end
  163.     object OverviewTsh: TTabSheet
  164.       Caption = 'Overview'
  165.       object ToolbarImg: TImage
  166.         Left = 8
  167.         Top = 168
  168.         Width = 402
  169.         Height = 35
  170.         Hint = 'xxx'
  171.         Picture.Data = {<image001.bmp>}
  172.         OnMouseMove = ToolbarImgMouseMove
  173.       end
  174.       object Button11: TButton
  175.         Left = 265
  176.         Top = 216
  177.         Width = 75
  178.         Height = 23
  179.         Caption = '< &Back'
  180.         TabOrder = 2
  181.         OnClick = OnBackBtnClick
  182.       end
  183.       object Button12: TButton
  184.         Left = 340
  185.         Top = 216
  186.         Width = 75
  187.         Height = 23
  188.         Caption = '&Next >'
  189.         Default = True
  190.         TabOrder = 1
  191.         OnClick = OnNextBtnClick
  192.       end
  193.       object OverviewRchtxt: TRichEdit
  194.         Left = 4
  195.         Top = 4
  196.         Width = 409
  197.         Height = 144
  198.         BorderStyle = bsNone
  199.         Color = clBtnFace
  200.         Ctl3D = True
  201.         Lines.Strings = (
  202.           'OverviewRchtxt')
  203.         ParentCtl3D = False
  204.         ReadOnly = True
  205.         ScrollBars = ssVertical
  206.         TabOrder = 0
  207.       end
  208.     end
  209.     object ExplorerTsh: TTabSheet
  210.       Caption = 'Explorer'
  211.       object Button1: TButton
  212.         Left = 139
  213.         Top = 168
  214.         Width = 141
  215.         Height = 23
  216.         Caption = 'Start the Mini-E&xplorer...'
  217.         TabOrder = 0
  218.         OnClick = Button1Click
  219.       end
  220.       object Button7: TButton
  221.         Left = 265
  222.         Top = 216
  223.         Width = 75
  224.         Height = 23
  225.         Caption = '< &Back'
  226.         TabOrder = 1
  227.         OnClick = OnBackBtnClick
  228.       end
  229.       object Button4: TButton
  230.         Left = 340
  231.         Top = 216
  232.         Width = 75
  233.         Height = 23
  234.         Caption = '&Next >'
  235.         Default = True
  236.         TabOrder = 2
  237.         OnClick = OnNextBtnClick
  238.       end
  239.       object ExplorerRchtxt: TRichEdit
  240.         Left = 4
  241.         Top = 4
  242.         Width = 409
  243.         Height = 157
  244.         BorderStyle = bsNone
  245.         Color = clBtnFace
  246.         Ctl3D = True
  247.         Lines.Strings = (
  248.           'ExplorerRchtxt')
  249.         ParentCtl3D = False
  250.         ReadOnly = True
  251.         ScrollBars = ssVertical
  252.         TabOrder = 3
  253.       end
  254.     end
  255.     object OpenDialogTsh: TTabSheet
  256.       Caption = 'Open Dialog'
  257.       object Label10: TLabel
  258.         Left = 8
  259.         Top = 160
  260.         Width = 90
  261.         Height = 13
  262.         Caption = 'Selected Filename:'
  263.       end
  264.       object Edit1: TEdit
  265.         Left = 8
  266.         Top = 176
  267.         Width = 273
  268.         Height = 21
  269.         Color = clBtnFace
  270.         TabOrder = 0
  271.       end
  272.       object TestOpenDlgBtn: TButton
  273.         Left = 292
  274.         Top = 156
  275.         Width = 121
  276.         Height = 23
  277.         Caption = 'Test &Open Dialog...'
  278.         TabOrder = 1
  279.         OnClick = TestOpenDlgBtnClick
  280.       end
  281.       object Button14: TButton
  282.         Left = 340
  283.         Top = 216
  284.         Width = 75
  285.         Height = 23
  286.         Caption = '&Next >'
  287.         Default = True
  288.         TabOrder = 2
  289.         OnClick = OnNextBtnClick
  290.       end
  291.       object Button15: TButton
  292.         Left = 265
  293.         Top = 216
  294.         Width = 75
  295.         Height = 23
  296.         Caption = '< &Back'
  297.         TabOrder = 3
  298.         OnClick = OnBackBtnClick
  299.       end
  300.       object FileOpenRchedt: TRichEdit
  301.         Left = 4
  302.         Top = 4
  303.         Width = 409
  304.         Height = 145
  305.         BorderStyle = bsNone
  306.         Color = clBtnFace
  307.         Ctl3D = True
  308.         Lines.Strings = (
  309.           'FileOpenRchtxt')
  310.         ParentCtl3D = False
  311.         ReadOnly = True
  312.         ScrollBars = ssVertical
  313.         TabOrder = 4
  314.       end
  315.       object Button13: TButton
  316.         Left = 292
  317.         Top = 184
  318.         Width = 121
  319.         Height = 23
  320.         Caption = 'Test &Save Dialog...'
  321.         TabOrder = 5
  322.         OnClick = Button13Click
  323.       end
  324.     end
  325.     object FolderBrowseTsh: TTabSheet
  326.       Caption = 'Folder Browser'
  327.       object BaseTxt: TLabel
  328.         Left = 8
  329.         Top = 208
  330.         Width = 39
  331.         Height = 13
  332.         Caption = 'BaseTxt'
  333.       end
  334.       object Button16: TButton
  335.         Left = 340
  336.         Top = 216
  337.         Width = 75
  338.         Height = 23
  339.         Caption = '&Next >'
  340.         Default = True
  341.         TabOrder = 0
  342.         OnClick = OnNextBtnClick
  343.       end
  344.       object Button17: TButton
  345.         Left = 265
  346.         Top = 216
  347.         Width = 75
  348.         Height = 23
  349.         Caption = '< &Back'
  350.         TabOrder = 1
  351.         OnClick = OnBackBtnClick
  352.       end
  353.       object FolderBrowseRchedt: TRichEdit
  354.         Left = 4
  355.         Top = 4
  356.         Width = 409
  357.         Height = 179
  358.         BorderStyle = bsNone
  359.         Color = clBtnFace
  360.         Ctl3D = True
  361.         Lines.Strings = (
  362.           'FolderBrowseRchedt')
  363.         ParentCtl3D = False
  364.         ReadOnly = True
  365.         ScrollBars = ssVertical
  366.         TabOrder = 2
  367.       end
  368.       object FolderBrowseBtn: TButton
  369.         Left = 264
  370.         Top = 184
  371.         Width = 150
  372.         Height = 23
  373.         Caption = '&Test folder browse dialog...'
  374.         TabOrder = 3
  375.         OnClick = FolderBrowseBtnClick
  376.       end
  377.       object BaseBtn: TButton
  378.         Left = 8
  379.         Top = 184
  380.         Width = 105
  381.         Height = 23
  382.         Caption = '&Set base folder...'
  383.         TabOrder = 4
  384.         OnClick = BaseBtnClick
  385.       end
  386.     end
  387.     object ListTsh: TTabSheet
  388.       Caption = 'List Control'
  389.       object Label9: TLabel
  390.         Left = 4
  391.         Top = 4
  392.         Width = 394
  393.         Height = 13
  394.         Caption = 
  395.           'This is an example of a shell list view operating alone. Right-c' +
  396.           'lick for context menus.'
  397.       end
  398.       object Button6: TButton
  399.         Left = 340
  400.         Top = 216
  401.         Width = 75
  402.         Height = 23
  403.         Caption = '&Next >'
  404.         Default = True
  405.         TabOrder = 0
  406.         OnClick = OnNextBtnClick
  407.       end
  408.       object Button9: TButton
  409.         Left = 265
  410.         Top = 216
  411.         Width = 75
  412.         Height = 23
  413.         Caption = '< &Back'
  414.         TabOrder = 1
  415.         OnClick = OnBackBtnClick
  416.       end
  417.       object PTShellList1: TPTShellList
  418.         Left = 4
  419.         Top = 20
  420.         Width = 409
  421.         Height = 189
  422.         Options = [ptsloAutoFill, ptsloNonFilesystemAncestors, ptsloDefaultKeyHandling, ptsloContextMenus, ptsloDontChangeFolder]
  423.         Folder.Pidl = {0111}
  424.         ReadOnly = False
  425.         IconOptions.AutoArrange = True
  426.         PopupMenu = PopupMenu1
  427.         TabOrder = 2
  428.         ViewStyle = vsReport
  429.       end
  430.     end
  431.     object PTTreeTsh: TTabSheet
  432.       Caption = 'Custom Draw Tree'
  433.       object EnableTimerBtn: TSpeedButton
  434.         Left = 96
  435.         Top = 136
  436.         Width = 81
  437.         Height = 23
  438.         Hint = 'Changes the state of items in response to a timer event.'
  439.         AllowAllUp = True
  440.         GroupIndex = 2
  441.         Caption = '&Animate'
  442.         OnClick = EnableTimerBtnClick
  443.       end
  444.       object BoldBtn: TSpeedButton
  445.         Left = 8
  446.         Top = 163
  447.         Width = 27
  448.         Height = 23
  449.         Hint = 'Bold'
  450.         AllowAllUp = True
  451.         GroupIndex = 1
  452.         Caption = 'B'
  453.         Font.Color = clWindowText
  454.         Font.Height = -11
  455.         Font.Name = 'MS Sans Serif'
  456.         Font.Style = [fsBold]
  457.         Margin = 7
  458.         ParentFont = False
  459.         OnClick = BoldBtnClick
  460.       end
  461.       object ItalicBtn: TSpeedButton
  462.         Left = 35
  463.         Top = 163
  464.         Width = 27
  465.         Height = 23
  466.         Hint = 'Italic'
  467.         AllowAllUp = True
  468.         GroupIndex = 2
  469.         Caption = 'I'
  470.         Font.Color = clWindowText
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = [fsItalic]
  474.         Margin = 7
  475.         ParentFont = False
  476.         OnClick = ItalicBtnClick
  477.       end
  478.       object UnderlineBtn: TSpeedButton
  479.         Left = 62
  480.         Top = 163
  481.         Width = 27
  482.         Height = 23
  483.         Hint = 'Underline'
  484.         AllowAllUp = True
  485.         GroupIndex = 3
  486.         Caption = 'U'
  487.         Font.Color = clWindowText
  488.         Font.Height = -11
  489.         Font.Name = 'MS Sans Serif'
  490.         Font.Style = [fsUnderline]
  491.         Margin = 7
  492.         ParentFont = False
  493.         OnClick = UnderlineBtnClick
  494.       end
  495.       object PTTreeView1: TPTTreeView
  496.         Left = 8
  497.         Top = 8
  498.         Width = 121
  499.         Height = 121
  500.         HideSelection = False
  501.         Indent = 19
  502.         Items.Data = {
  503.           020000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
  504.           0546727569741E0000000000000000000000FFFFFFFFFFFFFFFF000000000000
  505.           0000054170706C651D0000000000000000000000FFFFFFFFFFFFFFFF00000000
  506.           0000000004506561721E0000000000000000000000FFFFFFFFFFFFFFFF000000
  507.           00000000000547756176611D0000000000000000000000FFFFFFFFFFFFFFFF00
  508.           0000000200000004446F6773210000000000000000000000FFFFFFFFFFFFFFFF
  509.           0000000000000000085368696820547A75240000000000000000000000FFFFFF
  510.           FFFFFFFFFF00000000000000000B4A61636B2052757373656C}
  511.         OnChange = PTTreeView1Change
  512.         OnDeletion = PTTreeView1Deletion
  513.         ParentColor = False
  514.         TabOrder = 0
  515.         OnPTCustomDraw = PTTreeView1PTCustomDraw
  516.         OnNodeContextMenu = PTTreeView1NodeContextMenu
  517.       end
  518.       object FontBtn: TButton
  519.         Left = 8
  520.         Top = 136
  521.         Width = 81
  522.         Height = 23
  523.         Caption = '&Font...'
  524.         TabOrder = 2
  525.         OnClick = FontBtnClick
  526.       end
  527.       object CustomDrawTreeRchedt: TRichEdit
  528.         Left = 136
  529.         Top = 8
  530.         Width = 281
  531.         Height = 117
  532.         BorderStyle = bsNone
  533.         Ctl3D = False
  534.         Lines.Strings = (
  535.           'CustomDrawTreeRchedt')
  536.         ParentColor = True
  537.         ParentCtl3D = False
  538.         ReadOnly = True
  539.         ScrollBars = ssVertical
  540.         TabOrder = 1
  541.       end
  542.       object Button24: TButton
  543.         Left = 265
  544.         Top = 216
  545.         Width = 75
  546.         Height = 23
  547.         Caption = '< &Back'
  548.         TabOrder = 4
  549.         OnClick = OnBackBtnClick
  550.       end
  551.       object Button25: TButton
  552.         Left = 340
  553.         Top = 216
  554.         Width = 75
  555.         Height = 23
  556.         Caption = '&Next >'
  557.         Default = True
  558.         TabOrder = 5
  559.         OnClick = OnNextBtnClick
  560.       end
  561.       object ClickMe1Btn: TButton
  562.         Left = 200
  563.         Top = 136
  564.         Width = 89
  565.         Height = 23
  566.         Hint = 'Sets up the tree with colors and fonts.'
  567.         Caption = '&Click Me!'
  568.         TabOrder = 3
  569.         OnClick = ClickMe1BtnClick
  570.       end
  571.       object ResetBtn: TButton
  572.         Left = 200
  573.         Top = 163
  574.         Width = 89
  575.         Height = 23
  576.         Caption = '&Reset'
  577.         TabOrder = 6
  578.         OnClick = ResetBtnClick
  579.       end
  580.       object FgColorBtn: TButton
  581.         Left = 8
  582.         Top = 192
  583.         Width = 81
  584.         Height = 23
  585.         Caption = 'F&oreground...'
  586.         TabOrder = 7
  587.         OnClick = FgColorBtnClick
  588.       end
  589.       object BkColorBtn: TButton
  590.         Left = 8
  591.         Top = 216
  592.         Width = 81
  593.         Height = 23
  594.         Caption = 'Bac&kground...'
  595.         TabOrder = 8
  596.         OnClick = BkColorBtnClick
  597.       end
  598.     end
  599.     object SplitterTsh: TTabSheet
  600.       Caption = 'Splitter Panels'
  601.       object Label11: TLabel
  602.         Left = 4
  603.         Top = 4
  604.         Width = 405
  605.         Height = 37
  606.         AutoSize = False
  607.         Caption = 
  608.           'You can easily create split views of any complexity by nesting o' +
  609.           'ne splitter panel within another. Below you see a vertical paren' +
  610.           't splitter containg two horizontal child splitters.'
  611.         WordWrap = True
  612.       end
  613.       object PTSplitter3: TPTSplitter
  614.         Left = 4
  615.         Top = 52
  616.         Width = 409
  617.         Height = 157
  618.         Color = clBtnFace
  619.         ParentColor = False
  620.         Proportional = False
  621.         Position = 168
  622.         SplitterWidth = 5
  623.         TabOrder = 0
  624.         object TPTPane
  625.           Left = 0
  626.           Top = 0
  627.           Width = 168
  628.           Height = 157
  629.           FrameStyle = ptfsNone
  630.           TabOrder = 0
  631.           Index = 0
  632.           object PTSplitter4: TPTSplitter
  633.             Left = 0
  634.             Top = 0
  635.             Width = 168
  636.             Height = 157
  637.             Align = alClient
  638.             Proportional = False
  639.             Position = 68
  640.             Style = ptstHorizontal
  641.             SplitterWidth = 5
  642.             TabOrder = 0
  643.             object TPTPane
  644.               Left = 0
  645.               Top = 0
  646.               Width = 168
  647.               Height = 68
  648.               Color = 13172735
  649.               ParentColor = False
  650.               TabOrder = 0
  651.               Index = 0
  652.               object Label2: TLabel
  653.                 Left = 0
  654.                 Top = 0
  655.                 Width = 134
  656.                 Height = 52
  657.                 Align = alClient
  658.                 Alignment = taCenter
  659.                 Caption = 
  660.                   #13#10'This is an example of'#13#10'nested splitter panels'#13#10'implementing a ' +
  661.                   '4-pane view.'
  662.               end
  663.             end
  664.             object TPTPane
  665.               Left = 0
  666.               Top = 73
  667.               Width = 168
  668.               Height = 84
  669.               Color = clBlack
  670.               ParentColor = False
  671.               TabOrder = 1
  672.               Index = 1
  673.               object ScrollBox1: TScrollBox
  674.                 Left = 0
  675.                 Top = 0
  676.                 Width = 164
  677.                 Height = 80
  678.                 HorzScrollBar.Tracking = True
  679.                 VertScrollBar.Tracking = True
  680.                 Align = alClient
  681.                 BorderStyle = bsNone
  682.                 TabOrder = 0
  683.                 object Image3: TImage
  684.                   Left = 0
  685.                   Top = 0
  686.                   Width = 97
  687.                   Height = 178
  688.                   AutoSize = True
  689.                 end
  690.               end
  691.             end
  692.           end
  693.         end
  694.         object TPTPane
  695.           Left = 173
  696.           Top = 0
  697.           Width = 236
  698.           Height = 157
  699.           FrameStyle = ptfsNone
  700.           TabOrder = 1
  701.           Index = 1
  702.           object PTSplitter5: TPTSplitter
  703.             Left = 0
  704.             Top = 0
  705.             Width = 236
  706.             Height = 157
  707.             Align = alClient
  708.             Proportional = False
  709.             Position = 68
  710.             Style = ptstHorizontal
  711.             SplitterWidth = 5
  712.             TabOrder = 0
  713.             object TPTPane
  714.               Left = 0
  715.               Top = 0
  716.               Width = 236
  717.               Height = 68
  718.               Color = clBtnFace
  719.               ParentColor = False
  720.               TabOrder = 0
  721.               Index = 0
  722.               object ScrollBox2: TScrollBox
  723.                 Left = 0
  724.                 Top = 0
  725.                 Width = 232
  726.                 Height = 64
  727.                 HorzScrollBar.Tracking = True
  728.                 VertScrollBar.Tracking = True
  729.                 Align = alClient
  730.                 BorderStyle = bsNone
  731.                 TabOrder = 0
  732.                 object Image1: TImage
  733.                   Left = 0
  734.                   Top = 0
  735.                   Width = 232
  736.                   Height = 115
  737.                   AutoSize = True
  738.                   Center = True
  739.                 end
  740.               end
  741.             end
  742.             object TPTPane
  743.               Left = 0
  744.               Top = 73
  745.               Width = 236
  746.               Height = 84
  747.               Color = 12582847
  748.               ParentColor = False
  749.               TabOrder = 1
  750.               Index = 1
  751.               object Label3: TLabel
  752.                 Left = 8
  753.                 Top = 7
  754.                 Width = 100
  755.                 Height = 13
  756.                 Caption = 'Drag the splitter bars!'
  757.               end
  758.             end
  759.           end
  760.         end
  761.       end
  762.       object Button5: TButton
  763.         Left = 340
  764.         Top = 216
  765.         Width = 75
  766.         Height = 23
  767.         Caption = '&Next >'
  768.         Default = True
  769.         TabOrder = 1
  770.         OnClick = OnNextBtnClick
  771.       end
  772.       object Button8: TButton
  773.         Left = 265
  774.         Top = 216
  775.         Width = 75
  776.         Height = 23
  777.         Caption = '< &Back'
  778.         TabOrder = 2
  779.         OnClick = OnBackBtnClick
  780.       end
  781.     end
  782.     object TabSheet4: TTabSheet
  783.       Caption = 'Image Combo'
  784.       object ImageComboRchedt: TRichEdit
  785.         Left = 0
  786.         Top = 2
  787.         Width = 409
  788.         Height = 79
  789.         BorderStyle = bsNone
  790.         Ctl3D = True
  791.         Lines.Strings = (
  792.           'ImageComboRchedt')
  793.         ParentColor = True
  794.         ParentCtl3D = False
  795.         ReadOnly = True
  796.         ScrollBars = ssVertical
  797.         TabOrder = 0
  798.       end
  799.       object Button2: TButton
  800.         Left = 265
  801.         Top = 216
  802.         Width = 75
  803.         Height = 23
  804.         Caption = '< &Back'
  805.         TabOrder = 1
  806.         OnClick = OnBackBtnClick
  807.       end
  808.       object Button20: TButton
  809.         Left = 340
  810.         Top = 216
  811.         Width = 75
  812.         Height = 23
  813.         Caption = '&Next >'
  814.         Default = True
  815.         TabOrder = 2
  816.         OnClick = OnNextBtnClick
  817.       end
  818.       object PTImageCombo1: TPTImageCombo
  819.         Left = 124
  820.         Top = 72
  821.         Width = 176
  822.         Height = 33
  823.         IndentPixels = 24
  824.         Font.Color = clWindowText
  825.         Font.Height = -22
  826.         Font.Name = 'Arial'
  827.         Font.Style = []
  828.         ItemHeight = 27
  829.         ParentFont = False
  830.         TabOrder = 3
  831.       end
  832.       object PTImageCombo2: TPTImageCombo
  833.         Left = 124
  834.         Top = 120
  835.         Width = 177
  836.         Height = 21
  837.         ItemHeight = 15
  838.         TabOrder = 4
  839.       end
  840.     end
  841.     object TabSheet8: TTabSheet
  842.       Caption = 'Extra'
  843.       object Label14: TLabel
  844.         Left = 8
  845.         Top = 116
  846.         Width = 236
  847.         Height = 13
  848.         Caption = 'Below is the result of AnsiUppercase(ParamStr(0)):'
  849.       end
  850.       object Label15: TLabel
  851.         Left = 8
  852.         Top = 168
  853.         Width = 373
  854.         Height = 13
  855.         Caption = 
  856.           'And this is the result after calling ShellGetDisplayPathname on ' +
  857.           'the above string:'
  858.       end
  859.       object UppercaseEdt: TEdit
  860.         Left = 8
  861.         Top = 132
  862.         Width = 401
  863.         Height = 21
  864.         Color = clBtnFace
  865.         ReadOnly = True
  866.         TabOrder = 0
  867.       end
  868.       object GetDisplayEdt: TEdit
  869.         Left = 8
  870.         Top = 184
  871.         Width = 401
  872.         Height = 21
  873.         Color = clBtnFace
  874.         ReadOnly = True
  875.         TabOrder = 1
  876.       end
  877.       object Button18: TButton
  878.         Left = 340
  879.         Top = 216
  880.         Width = 75
  881.         Height = 23
  882.         Caption = '&Next >'
  883.         Default = True
  884.         TabOrder = 2
  885.         OnClick = OnNextBtnClick
  886.       end
  887.       object Button19: TButton
  888.         Left = 265
  889.         Top = 216
  890.         Width = 75
  891.         Height = 23
  892.         Caption = '< &Back'
  893.         TabOrder = 3
  894.         OnClick = OnBackBtnClick
  895.       end
  896.       object ShellGetDisplayPathnameRchedt: TRichEdit
  897.         Left = 4
  898.         Top = 4
  899.         Width = 409
  900.         Height = 105
  901.         BorderStyle = bsNone
  902.         Color = clBtnFace
  903.         Ctl3D = True
  904.         Lines.Strings = (
  905.           'ShellGetDisplayPathnameEdt')
  906.         ParentCtl3D = False
  907.         ReadOnly = True
  908.         ScrollBars = ssVertical
  909.         TabOrder = 4
  910.       end
  911.     end
  912.     object OrderTsh: TTabSheet
  913.       Caption = 'Order'
  914.       object Button21: TButton
  915.         Left = 265
  916.         Top = 216
  917.         Width = 75
  918.         Height = 23
  919.         Caption = '< &Back'
  920.         TabOrder = 0
  921.         OnClick = OnBackBtnClick
  922.       end
  923.       object Button22: TButton
  924.         Left = 340
  925.         Top = 216
  926.         Width = 75
  927.         Height = 23
  928.         Caption = '&Next >'
  929.         Enabled = False
  930.         TabOrder = 1
  931.         OnClick = OnNextBtnClick
  932.       end
  933.       object OrderBtn: TButton
  934.         Left = 83
  935.         Top = 156
  936.         Width = 117
  937.         Height = 23
  938.         Caption = '&Order Online Now'
  939.         Default = True
  940.         TabOrder = 2
  941.         OnClick = OrderBtnClick
  942.       end
  943.       object Button23: TButton
  944.         Left = 219
  945.         Top = 156
  946.         Width = 117
  947.         Height = 23
  948.         Hint = 'http://plasmatech.com'
  949.         Caption = '&Visit our Web site'
  950.         TabOrder = 3
  951.         OnClick = Button10Click
  952.       end
  953.       object OrderRchedt: TRichEdit
  954.         Left = 4
  955.         Top = 4
  956.         Width = 409
  957.         Height = 149
  958.         BorderStyle = bsNone
  959.         Color = clBtnFace
  960.         Ctl3D = True
  961.         Lines.Strings = (
  962.           'OrderRchedt')
  963.         ParentCtl3D = False
  964.         ReadOnly = True
  965.         ScrollBars = ssVertical
  966.         TabOrder = 4
  967.       end
  968.     end
  969.   end
  970.   object PTOpenDlg1: TPTOpenDlg
  971.     Title = 'TPTOpenDlg Example'
  972.     Options = [ptofAllowMultiselect, ptofFileMustExist, ptofNoReadOnlyReturn, ptofAllowTree, ptofShowTree, ptofShowHints, ptofOleDrag, ptofOleDrop, ptofShowHidden]
  973.     Filter = 
  974.       'All files (*.*)|*.*|Delphi source files (*.pas,*.dpr)|*.pas;*.dp' +
  975.       'r|Executables|*.exe;*.pif;*.com|Files that start with F|F*'
  976.     FormWidth = 570
  977.     FormHeight = 410
  978.     FormSplitterPos = 199
  979.     Left = 360
  980.     Top = 46
  981.   end
  982.   object PTFolderBrowseDlg1: TPTFolderBrowseDlg
  983.     FormWidth = 366
  984.     FormHeight = 480
  985.     Options = [ptfbContextMenus, ptfbOleDrag, ptfbOleDrop, ptfbCreateFolderIcon, ptfbDeleteFolderIcon, ptfbVirtualFolders, ptfbShowHidden]
  986.     OnSelChange = PTFolderBrowseDlg1SelChange
  987.     Left = 388
  988.     Top = 46
  989.   end
  990.   object PTSaveDlg1: TPTSaveDlg
  991.     DefaultExt = 'html'
  992.     Options = [ptofCreatePrompt, ptofHideReadOnly, ptofNoReadOnlyReturn, ptofOverwritePrompt, ptofAllowTree, ptofShowTree, ptofShowHints, ptofOleDrag, ptofOleDrop, ptofShowHidden]
  993.     Filter = 'All files (*)|*|Html files (*.html)|*.html'
  994.     FormWidth = 569
  995.     FormHeight = 410
  996.     FormSplitterPos = 200
  997.     Left = 332
  998.     Top = 46
  999.   end
  1000.   object Timer1: TTimer
  1001.     Enabled = False
  1002.     Interval = 250
  1003.     OnTimer = Timer1Timer
  1004.     Left = 304
  1005.     Top = 46
  1006.   end
  1007.   object PopupMenu1: TPopupMenu
  1008.     Left = 276
  1009.     Top = 46
  1010.     object LargeIconsMitm1: TMenuItem
  1011.       Caption = 'Lar&ge icons'
  1012.       GroupIndex = 1
  1013.       Hint = 'Displays items by using large icons.'
  1014.       RadioItem = True
  1015.       OnClick = ViewMitmClick
  1016.     end
  1017.     object SmalliconsMItm1: TMenuItem
  1018.       Tag = 1
  1019.       Caption = 'S&mall icons'
  1020.       GroupIndex = 1
  1021.       Hint = 'Displays items by using small icons.'
  1022.       RadioItem = True
  1023.       OnClick = ViewMitmClick
  1024.     end
  1025.     object ListMitm1: TMenuItem
  1026.       Tag = 2
  1027.       Caption = '&List'
  1028.       GroupIndex = 1
  1029.       Hint = 'Displays items in a list.'
  1030.       RadioItem = True
  1031.       OnClick = ViewMitmClick
  1032.     end
  1033.     object DetailsMitm1: TMenuItem
  1034.       Tag = 3
  1035.       Caption = '&Details'
  1036.       Checked = True
  1037.       GroupIndex = 1
  1038.       Hint = 'Displays information about each item in the window.'
  1039.       RadioItem = True
  1040.       OnClick = ViewMitmClick
  1041.     end
  1042.   end
  1043.   object FontDialog1: TFontDialog
  1044.     Font.Color = clWindowText
  1045.     Font.Height = -11
  1046.     Font.Name = 'MS Sans Serif'
  1047.     Font.Style = []
  1048.     MinFontSize = 0
  1049.     MaxFontSize = 0
  1050.     Left = 248
  1051.     Top = 46
  1052.   end
  1053.   object ColorDialog1: TColorDialog
  1054.     Ctl3D = True
  1055.     Left = 220
  1056.     Top = 46
  1057.   end
  1058. end
  1059.